-
Notifications
You must be signed in to change notification settings - Fork 147
BEP038: Atlas examples #501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
@oesteban Notes on
Otherwise, this needs very little adjustment to the validator. |
I don't think this should be a problem.
Gotcha, will give them content.
desc then? |
Sounds good to me. |
| { | ||
| "Name": "Harvard-Oxford Subcortical Probabilistic Atlas", | ||
| "SampleSize": 200, | ||
| "SpatialReference": "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have this empty because the SpatialReference depends on the resolution and this atlas is available in res-01 and res-02. Also, the SpatialReference should be present in the individual sidecar JSONs.
| "https://github.com/PennLINC/AtlasPack" | ||
| ], | ||
| "SampleSize": "n/a", | ||
| "SourceAtlases": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't in the BEP or the spec, but it seems like we should have something like it.
Add seven atlas examples following BEP038 specification: - atlas-AAL - atlas-Destrieux - atlas-DiFuMo (two different scales) - atlas-HarvardOxford (probseg and dseg) - atlas-Juelich (probseg and dseg) - atlas-Schaefer (two different scales) - atlas-Talairach These examples demonstrate various atlas structures and can be used for testing and validation of BEP038 implementations. However, they are most likely not fully compliant yet as some of the metadata might be missing/inaccurate and some files might have to be re-arranged.
This commit updates the existing examples based on the reviews and adds a few new ones to outline different options.
This commit aims at addressing the validation errors occurred for the last version of the examples. This refers to: - samplesize is required - funding needs to be list - resolution missing from json - tpl skullstripped or not - naming pattern re seg and scale
atlas-4S/sourcedata/atlas-4S/tpl-fsLR/anat/tpl-fsLR_atlas-4S_scale-156_den-91k_dseg.dlabel.nii
Show resolved
Hide resolved
The previous versions of Harvard Oxford, Juelich and Talairach missed the SampleSize field.
Use LabelMap JSON field instead.
Add BEP038-compliant atlas examples of commonly used publicly available atlases
This branch implements examples according to bids-standard/bids-specification#1714 (rendered: https://bids-specification--1714.org.readthedocs.build/en/1714/).
Please make PRs against the
bep038branch, and we will merge this PR as a part of merging BEP038.xref bids-standard/bids-validator#288